github.com/andybalholm/brotli.Reader.next_symbol (field)
6 uses
github.com/andybalholm/brotli (current package)
decode.go#L570: var next_symbol []int = s.next_symbol[:]
decode.go#L637: processSingleCodeLength(code_len, &s.symbol, &s.repeat, &s.space, &s.prev_code_len, s.symbol_lists, s.code_length_histo[:], s.next_symbol[:]) /* code_len == 16..17, extra_bits == 2..3 */
decode.go#L647: processRepeatedCodeLength(code_len, repeat_delta, alphabet_size, &s.symbol, &s.repeat, &s.space, &s.prev_code_len, &s.repeat_code_len, s.symbol_lists, s.code_length_histo[:], s.next_symbol[:])
decode.go#L802: s.next_symbol[i] = int(i) - (huffmanMaxCodeLength + 1)
decode.go#L803: symbolListPut(s.symbol_lists, s.next_symbol[i], 0xFFFF)
state.go#L148: next_symbol [32]int
 |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |